home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Disc - MacWorld 1995
/
PowerComputing (The Disc)(MacWorld 1995).ISO
/
pc
/
cdfactor
/
hcfactor
/
hcode.exe
/
hcode.DXR
/
00040_play mode.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-14
|
387 b
|
16 lines
on exitFrame
global gplaystatus, gNextPlay, gNewEnter, gAfterClick, onIBM
set gNewEnter to 1
set gAfterClick to 0
if count(gNextPlay) = 3 then
donewchapter(getAt(gNextPlay, 1), getAt(gNextPlay, 2), getAt(gNextPlay, 3))
set gplaystatus to getAt(gNextPlay, 3)
set gNextPlay to []
end if
if onIBM then
go(the frame + 2)
else
go(the frame + 1)
end if
end